home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / helper / source / scrn.h < prev    next >
Text File  |  1991-10-18  |  520b  |  27 lines

  1. #define    NON_NO        (-1)
  2.  
  3. #define CLER_NO        0
  4. #define LIST_NO        1
  5. #define PRNT_NO        2
  6. #define INST_NO        3
  7. #define EXIT_NO        4
  8. #define    BACK_NO        5
  9. #define    NEXT_NO        6
  10.  
  11. #define    RETN_NO        7
  12. #define    TEXT_NO        8
  13.  
  14. #define KEY_NO        100
  15. #define    PRG_NO        200
  16.  
  17. #define    KEY_MAX        28
  18. #define    PRG_MAX        9
  19.  
  20. int    MENU_no(int rc);
  21. void    KEY_disp(int no);
  22. void    KEY_putstr(int no,char *key);
  23. void    PRG_disp(int no,char *prog,char *make,int bits);
  24. void    MSG_disp(char *form,...);
  25. void    MENU_mask(int no,int sw);
  26. void    SCRN_init(void);
  27.